home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / online / mymail / HISTORY.TXT < prev    next >
Encoding:
Text File  |  2000-04-15  |  59.3 KB  |  1,550 lines

  1.  
  2.                               *---------------------*
  3.                               |  History of MyMAIL  | 
  4.                               *---------------------*
  5.  
  6.  
  7. ********************************************************************************************
  8. *     Date : 15.04.2000                                                                    *
  9. *     Rev  : 0.97                                                                          *
  10. *==========================================================================================*
  11.  
  12. [ New features: ]
  13.   - None
  14.  
  15. [ Major improvements & bugfixes: ]
  16.   - Changed the fieldedit function to the new one
  17.     in the find window.
  18.   - Ctrl-c now aborts searching.
  19.   - A combination of small bug in mymail and a fault in mail from 
  20.     Outlook express was sometimes causing fatal faults in mymail.
  21.     This is now fixed.
  22.   - A bug in the "waiting mail list" window is fixed.
  23.   - Thanks to Bernd Maedicke a bug is found and fixed in 
  24.     the part that erase all files in attach folder at termination.
  25.   - Fixed a bug randomply causing problem to view mail correctly
  26.     when there was a serie of dashes in the mail.
  27.   - Some minor changes in the rsc file.
  28.   - Fixed a problem with entering addresses in the editors To and Cc fields.
  29. [ New not working functions: ]
  30.   - same as last version
  31.  
  32.  
  33. ********************************************************************************************
  34. *     Date : 20.03.2000                                                                    *
  35. *     Rev  : 0.96                                                                          *
  36. *==========================================================================================*
  37.  
  38. [ New features: ]
  39.   - None
  40.  
  41. [ Major improvements & bugfixes: ]
  42.   - Cleanup of unused variables in POP3 code.
  43.   - A small problem with sending mailing lists fixed.
  44.   - Take address to alias list is updated/bugfixed.
  45.   - New editfield functions added to alias window
  46.     and removed the old.
  47.   - Some minor bugfixes in the alias window functions.
  48.   - A Spelling error fixed in the priority.
  49. [ New not working functions: ]
  50.   - same as last version
  51.  
  52.  
  53. ********************************************************************************************
  54. *     Date : 11.03.2000                                                                    *
  55. *     Rev  : 0.95                                                                          *
  56. *==========================================================================================*
  57.  
  58. [ New features: ]
  59.   - None
  60.  
  61. [ Major improvements & bugfixes: ]
  62.   - Some smaller speed optimizations done.
  63.   - Added a new enty in the mail edit/view window for Priority.
  64.     The mail can have the following priority:
  65.     * Lowest
  66.     * Low
  67.     * Normal
  68.     * High
  69.     * Highest
  70.   - The prio of a mail is displayed when a mail is opened.
  71.   - The priority is sent in two formats:
  72.     * x-priority
  73.     * X-MSMail-Priority
  74.   - A small fault in the creation of dead**.txt fixed.
  75. [ New not working functions: ]
  76.   - same as last version
  77.  
  78.  
  79.  
  80.  
  81. ********************************************************************************************
  82. *     Date : 06.03.2000                                                                    *
  83. *     Rev  : 0.94                                                                          *
  84. *==========================================================================================*
  85.  
  86. [ New features: ]
  87.   - None
  88.  
  89. [ Major improvements & bugfixes: ]
  90.   - Partly done a rewrite of the windowed alertboxes as parts of it
  91.     was badly coded.
  92.   - A bug in the mailinglist window and shortcuts fixed.
  93.   - A problem with new format of vcards from outlook express fixed.
  94.     There is more problems related to this new format
  95.     and i will try to fix this in later versions.
  96.   - Code optimize done on many parts of the program to save memory.
  97.   - A timeout in the receive of data will from now not bring up 
  98.     an alertbox telling you that you are off-line.
  99.   - Added a missing check and handle of response from POP3 server
  100.     after a RETR command.
  101. [ New not working functions: ]
  102.   - same as last version
  103.  
  104.  
  105. ********************************************************************************************
  106. *     Date : 22.02.2000                                                                    *
  107. *     Rev  : 0.93                                                                          *
  108. *==========================================================================================*
  109.  
  110. [ New features: ]
  111.   - From now mymail is sending priority in the header of all mail.
  112.     These fields is sent:
  113.       X-Priority: 3
  114.       X-MSMail-Priority: Normal
  115.     There is no way to change priority now but this may change in
  116.     later versions of mymail.
  117.   - Now References is sent in a reply. (do not work when que is used).
  118. [ Major improvements & bugfixes: ]
  119.   - A debug printout was not removed in last version.
  120.   - Now mymail can take vcard files with different names. 
  121.   - Fixed problems with fileattachments from Outlook Express 5.
  122.     OE5 encodes filenames in a new way (mime coding of the name), 
  123.     mymail now decodes these names correctly.
  124.   - Some corrections regarding redraw of editor window:
  125.     * New setting for "smart redraw" to be used with magic and N.AES >=2.0.0 
  126.       and a new redraw func for rezise of edit window.
  127.     * Problem with bad background pattern in redraw of edit window fixed.
  128.     * removed a double vdi syscall.
  129.   - Fixed some problems with hanging of mymail when entering mailaddresses in editor.
  130.   - A bugfix of pop3, if a login was failing then it was causing extreme long timeouts.
  131.   - Bugfixes of the maillist and changed the old editfield functions to the new one
  132.     on two of the fields.
  133.   - Added shortcuts in mailing list window:
  134.     ctrl-a Adds entered address and name to current mailing list.
  135.     ctrl-n Clears the address and name fields.
  136.   - Printing under other user than root was randomly failing cause of a 
  137.     bad path set by mymail (to file prlist.txt).
  138.     This is now fixed.
  139.   - Mailcheck under mint was some times failing and then the lock semaphore
  140.     was locking more mailchecks.
  141.     This is now fixed and the semaphore is cleared when the thread is terminated.
  142.   - A small fault in thread functions fixed.
  143.   - It seams to be problems to mutiple call to resolve function with use of gluestik 
  144.     so this is now controled with a semaphore.
  145.   - Removed old not needed fault/debug printouts in the editor.
  146.   - Incorrect name in the mailtext of a reply fixed.
  147. [ New not working functions: ]
  148.   - same as last version
  149.  
  150.  
  151. ********************************************************************************************
  152. *     Date : 24.01.2000                                                                    *
  153. *     Rev  : 0.92                                                                          *
  154. *==========================================================================================*
  155.  
  156. [ New features: ]
  157.   - None
  158.  
  159. [ Major improvements & bugfixes: ]
  160.   - Names on attachments was not found in every cases
  161.     caused by a bug that was clearing the name after 
  162.     the name was found.
  163.     This is now fixed.
  164.   - User/server settings was not saved correctly every time
  165.     it was changed by user.  
  166.   - Fixed a problem for some users that mymail crashed after 
  167.     entering of mail address in a new mail.
  168. [ New not working functions: ]
  169.   - same as last version
  170.  
  171.  
  172. ********************************************************************************************
  173. *     Date : 10.01.2000                                                                    *
  174. *     Rev  : 0.91                                                                          *
  175. *==========================================================================================*
  176.  
  177. [ New features: ]
  178.   - None
  179.  
  180. [ Major improvements & bugfixes: ]
  181.   - Faulty number of parameter in redraw of status icones
  182.     was causing stackfault but this is fixed now.
  183.   - The up/down key was not working properly in the main window
  184.     so this is now updated.  
  185.   - New shortcuts in the main window
  186.      Space   Selects/deselects marked line
  187.      Ctrl+L  Clear selections
  188.      Ctrl+O  Open selected mail
  189.      Ctrl+G  Goto next new mail
  190. [ New not working functions: ]
  191.   - same as last version
  192.  
  193.  
  194. ********************************************************************************************
  195. *     Date : 23.12.1999                                                                    *
  196. *     Rev  : 0.90                                                                          *
  197. *==========================================================================================*
  198.  
  199. [ New features: ]
  200.   - Now mymail asks for attachments include in forward of mail.
  201.   - Added complete new functions for the field To: CC: and Subject fields
  202.     in new mail window.
  203.     A new function in these new fields is some type of history logg
  204.     so if you type any thing it thinks matches it will sugest a string in gray.
  205.     To activate a sugested string you need to press Tab.
  206.     If you do not like it you hit enter.
  207.   - Added the same new functions for the fields in User/Server settings window
  208.     but without any sugested strings...
  209. [ Major improvements & bugfixes: ]
  210.   - More alertbox texts moved outside the code (into help.dat)
  211.   - Fixed bug causing random confusing about how many files to send in a mail.
  212.   - A bug in mailinglist functions was in some cases causing erase of all the list addresses, 
  213.     this is now fixed.
  214.   - In some times was the status on mail not saved correctly, 
  215.     this is now fixed.
  216.   - Incorrect redraw of folder icons fixed.
  217.   - Added import of newsie addressbook.
  218.     The addressbook file (address.abk) must be copy to the mymail folder
  219.     then start the program and open the addressbook and mymail
  220.     will ask the user for import.
  221.     The newsie addressbook file will be removed from the mymail
  222.     directory after import so be sure you have a copy.
  223.   - Bugfixes in alias window.
  224.   - Some smaller changes in the popup window code
  225.     to get it a little bit faster.
  226.   - Logging of attachments was not working correctly
  227.     caused by a small bug that was hard to find
  228.     but easy to fix when found.
  229.   - Mail with attachments was in some very special cases readed with some missing bytes.
  230.   - Rewrite of how attachments files is readed from disk to speedup send operation.
  231.   - Fixed a problem with saving of mail.
  232.   - Fixed a problem finding file name of attachments from some other mailers.
  233.   - Decode problem of attachments frome some mailers fixed.
  234.   - Fixed problem with a faulty path in forward of mail with attachments.
  235.   - Added printing to 'File' menu.
  236.   - A problem with too small bufferts for fileattachment names+path fixed.
  237. [ New not working functions: ]
  238.   - change of CC field to BCC do not work yet.
  239.  
  240.  
  241. ********************************************************************************************
  242. *     Date : 09.10.1999                                                                    *
  243. *     Rev  : 0.89                                                                          *
  244. *==========================================================================================*
  245.  
  246. [ New features: ]
  247.   - None
  248.  
  249. [ Major improvements & bugfixes: ]
  250.   - A debug printout was not removed at last release but removed now.
  251.   - A bugfix in how Subject field was detected is fixed now.
  252.   - Some minor problem solved in mailinglist.
  253.     
  254. [ New not working functions: ]
  255.   - same as last version
  256.  
  257.  
  258. ********************************************************************************************
  259. *     Date : 03.10.1999                                                                    *
  260. *     Rev  : 0.88                                                                          *
  261. *==========================================================================================*
  262.  
  263. [ New features: ]
  264.   - None
  265.  
  266. [ Major improvements & bugfixes: ]
  267.   - Right click was not working cause of a new function, this is now fixed.
  268.   - Some attachment filenames was badly decoded, this is now fixed. 
  269.   - Added possibility to dubble click on a alias in the alias editor to create a new mail.
  270.   - Draging attachments to a folder was not working case of a function change
  271.     but this is fixed now.
  272.     
  273. [ New not working functions: ]
  274.   - same as last version
  275.  
  276.  
  277. ********************************************************************************************
  278. *     Date : 24.09.1999                                                                    *
  279. *     Rev  : 0.87                                                                          *
  280. *==========================================================================================*
  281.  
  282. [ New features: ]
  283.   - None
  284.  
  285. [ Major improvements & bugfixes: ]
  286.   - When mailing list is used no address is needed in the 'To:' field.
  287.   - Fixed a small bug in sending vcard.
  288.   - Bugfixes in mailing list window.
  289.     And the docs are partly updated regarding the same.
  290.   - Fixed a problem with MS Outlook Express mail (again)
  291.     that was causing mymail to crash.
  292.   - A fault in sending mails with . (period) at the first position(s) in the text
  293.     was violating the RFC 821.
  294.     This is an old fault caused by a typo error in the source code
  295.     but now it is fixed.
  296.   - Adde possibility to not use the HOME path.
  297.     This is done by adding a file in the startup path of mymail named nohome.
  298.   - Some smaller bugfixes in the drag and drop code.
  299.     
  300. [ New not working functions: ]
  301.   - same as last version
  302.   
  303.  
  304. ********************************************************************************************
  305. *     Date : 14.08.1999                                                                    *
  306. *     Rev  : 0.86                                                                          *
  307. *==========================================================================================*
  308.  
  309. [ New features: ]
  310.   + A line is now separating the text and the signature if
  311.     signature separator is found (-- ). 
  312.  
  313. [ Major improvements & bugfixes: ]
  314.   - Some "cleanup" in the POP3 code (download of mail).
  315.   - Fixed some bugs in my av-server code.
  316.   - Incrased stack size.
  317.   - Problem with Magic and sting fixed.
  318.   - A spelling error in program settings fixed.
  319.  
  320. [ New not working functions: ]
  321.   - same as last version
  322.  
  323.  
  324.  
  325.  
  326. ********************************************************************************************
  327. *     Date : 08.08.1999                                                                    *
  328. *     Rev  : 0.85                                                                          *
  329. *==========================================================================================*
  330.  
  331. [ New features: ]
  332.   + From now mymail runs from your home directory.
  333.     MyMail creates a folder named mymail in your home directory.
  334.  
  335.     This means that mymail can be used in a multiuser enviroment.
  336.     
  337.     MyMAIL is looking for the enviromant variable HOME
  338.     and if it exist it will use the path stated in HOME
  339.     to store all its userfiles as mail, user and programsettings.
  340.     
  341.     The program can be at the same path as before.
  342.     
  343.     This gives old users some work to move some files.
  344.     The document file.htm contains info where different files
  345.     must be placed.
  346.  
  347.   + Added sending of signature separator. (-- )
  348.     This can be selected in program settings.
  349.   + Added remove of signature if separator is present and 
  350.     "sending of signature separator" is selected in program settings.
  351.   + Added check for Precedence field in the header
  352.     this to enable receive bulk mail with a To: field not matching receiving mail address.
  353.   + Added sending the field "Precedence: bulk" when sending mailing list with
  354.     hidden mailinglist.
  355.   + Added alert boxes for indicating failure in sending attachments.
  356.   + Added X-Hardware field in the sending of mail.
  357.     This is set to "Atari" as default but can be changed by edit the line
  358.     HARDWARE= in mymail.set file.
  359.  
  360. [ Major improvements & bugfixes: ]
  361.  
  362.   - Selection was not cleared after delete of mail.
  363.     This is now fixed.
  364.   - Added possibility to drag text to Address and name fields
  365.     in the mailing list editor.
  366.   - If adding of mail to queue is failing the editor is restored
  367.     and not closed as before. 
  368.   - Mail Info was not displaying X-Mail tag every time
  369.     this is now fixed.
  370.   - Smilys was not correct redrawn at horizontal scroll.
  371.     This is now fixed.
  372.   - Some times it was possible to set the cursor outside the text buffert
  373.     in the editor and this was causing strange things.
  374.     But this is now fixed.
  375.   - Clicking on change button in the alias window with no address and name
  376.     was causing the list to be blank.
  377.     This is now fixed.
  378.   - Added cache functions to speedup redraw of icons in the main window.
  379.   - Some changes in pop3 code to get litle faster download of mail.  
  380.   - Rewrite of code for creating dead*.txt files as it was not working as intended.
  381.   - Some files encoded in SUN/Solaris mailers was not decoded correctly 
  382.     but this is now fixed.
  383.   - Added the file "files.htm" to docs containing info about the files used by mymail.
  384.   - Big "cleanup" of the code.
  385.   - Fixed bug in sending textfiles as attachment
  386.     sigle dot '.' on one line is the same as end of mail
  387.     and this was not removed by mymail so the mailserver got confused and 
  388.     aborted all following actions.
  389.     This is now fixed.
  390.   - In some cases mymail was saying that a mail was multipart
  391.     when it was not multipart.
  392.     This is now fixed.
  393.   - Receiving SIGQUIT signal will not bring up any error message at first receive
  394.     and mymail will quit clean.
  395.     Receiving a second SIGQUIT signal will terminate mymail fast.
  396.   - Some smaller corrections in the code for vcard.
  397.   - Docs are partly updated.
  398.   - Icons was missing in alert window due to 3 missing lines in the code.
  399.   - Redesign of the program settings window.
  400.   - Bugfixes in drag'n'drop code.
  401.  
  402. [ New not working functions: ]
  403.   * Added possibility to change CC field to BCC. *** NOTE *** No function yet (for future use).
  404.   
  405.  
  406.  
  407.  
  408.  
  409. **** 12.06.1999 **** 
  410.      Rev: 0.84
  411.  
  412. - Bug in the mainwindows search function fixed.
  413. - New design of the smily icons from Thomas Schrage included.
  414. - CET (Central European Time) was missing in the time tables.
  415.   This is now fixed.
  416. - Some smaller bugfixes and changes in the POP3 code.
  417. - Some smaller bugfixes in the editor.
  418. - Faster code for input of text in the editor.
  419. - Abort of mailtransfer works better now.
  420. + Added a new window for editing of F-key text...
  421. - Some "cleanup" work done in some functions.
  422. - "Bugfixed" for one more version of Outlook Express causing problems to 
  423.   depack attached files.
  424. - Fixed problem with blank mail and a bad message about too large mail.
  425. - Tabs are now exchanged to spaces at import of text to a mail.  
  426. - Bug in take address was causing mymail to crash but this is now fixed.
  427. + Added 3D style of links in text.
  428.  
  429.  
  430.  
  431. **** 17.04.1999 **** 
  432.      Rev: 0.83
  433.  
  434. - Bugfix in window handler functions.
  435. - Bugfix in close of user selection window.
  436.   After closing the window mymail was trying to write to
  437.   a destructed structure and this was randomly causing
  438.   mymail to bomb.
  439. - A bad bug in mymail was causing it to bomb
  440.   and this was caused by changed params in a function call
  441.   but with no change in the calling functions.
  442. - Some code optimization.
  443.  
  444.   
  445.  
  446. **** 06.04.1999 **** 
  447.      Rev: 0.82
  448.  
  449. * Big rewrite of character converting
  450.   it is now using a table to convert to/from ISO8859-1 and the Atari charset.
  451.  
  452.   ISO8859-1 (Latin1) covers most West European languages, such as French (fr), Spanish
  453.   (es), Catalan (ca), Basque (eu), Portuguese (pt), Italian (it),
  454.   Albanian (sq), Rhaeto-Romanic (rm), Dutch (nl), German (de), Danish
  455.   (da), Swedish (sv), Norwegian (no), Finnish (fi), Faroese (fo),
  456.   Icelandic (is), Irish (ga), Scottish (gd), and English (en).
  457.   
  458.   I do not know how well it works for all languages at the moment
  459.   but if you as user finds any badly translations
  460.   of a character do please send me a mail.
  461.  
  462.   It can be problems with some fonts.
  463.  
  464. - From now names in Subject:, To: and From: fields in the header 
  465.   will be encoded to mime if needed
  466.   and if "encode text to mime" is selected in program setup.  
  467.   
  468. - More code optimization in the editor
  469.   to get litle faster code.
  470.  
  471. + Added save of mail text (ctrl-s)  
  472.  
  473. + Added view of folowing smilys as icons :-) :-( :-| :-/ ;-) :P
  474.  
  475. - Fixed a problem with AVserver and Magic.  
  476.  
  477. - A bug in edit of user config names
  478.   was causing failure to save the config name.
  479.   This is now fixed.
  480.  
  481. - Bugfix in mailing list window (missing buttons)
  482.  
  483. - Faster sending/receiving of mail.
  484.  
  485.  
  486.  
  487. **** 09.03.1999 **** 
  488.      Rev: 0.81
  489.      
  490. - Now it is possible to use upp/down arrow
  491.   to select user config in user select window.
  492.   Enter will close the window.
  493. - Some smaller code optimization in the editor
  494.   to get litle faster code.
  495. - More icons (but not all) are now in mono for monocrome users.
  496.  
  497.  
  498.  
  499. **** 21.02.1999 **** 
  500.      Rev: 0.80
  501.      
  502. - Fixed a decoding bug causing problem to view
  503.   small non mime mail.
  504. - Now the user can abort a mail transmit operation
  505.   by clicking in the close icon for the progressbar window.
  506.   The abort process can take some time.
  507. - A bug in a string converting function was causing problems
  508.   randomly with filter functions.
  509.   This is now fixed.
  510. + Added find function in the main window.
  511.   It is a very simple search function for searching of a text string
  512.   inside all mail in selected mailbox.
  513.   If a mail is found it will be selected.
  514.   
  515.  
  516. **** 13.02.1999 **** 
  517.      Rev: 0.79
  518.  
  519. - Fixed a bug causing problem with finding the boundarys in a mime encoded mail.
  520. - Fixed more problems with mail addresses.
  521. - MyMAILs editor has a limit of 32K mail text.
  522.   If a mail with text larger than 32K is open mymail now 
  523.   adds this text as attachment file "mtext.txt"
  524. - Some code optimization.
  525. + Now MyMAIL can handle mailto: messages from web pages
  526.   with subject.
  527.   
  528.  
  529. **** 02.02.1999 **** 
  530.      Rev: 0.78
  531.  
  532. - Fixed a problem with badly encoded fileattachment name.
  533. - Fixed a decoding problem with some mime encoded mail.
  534. - Fixed a problem finding filenames to attached files
  535.   in some mails.
  536. + Added possibility to view of incomming mail before downloading them.
  537. + Added possibility to view of 'To' in details of waiting mail.
  538.   
  539.  
  540. **** 23.01.1999 **** 
  541.      Rev: 0.77
  542.  
  543. - A problem with some editable fields fixed.
  544. - Now it is possible to remove a filter.
  545. - Problem with decoding of attachments from Mozilla 4.5 (win95) fixed.
  546. - Some smaller bugfixes in the editor.
  547. - Some problems with mailinfo fixed.
  548. - Fixed a problem with mail from Outlook express (what else ?)
  549.   and the mail address coded as this "'adr@adr.adr'"
  550.   mymail is now filtering this correctly.
  551.   
  552.   
  553.  
  554. **** 06.01.1999 **** 
  555.      Rev: 0.76
  556.  
  557. - Problem with aborted mailinglist transfer fixed.
  558. - Some bugfixes/changes/adds in the editor
  559.   * Cursor was not working correctly in all fontsizes.
  560.     but now it works.
  561.   * Now the editor works with proportional fonts.
  562.   * Tryed to optimize the code for speed.
  563.   * A problem with the clipboard fixed.
  564.   * Now font can be set by Dragfont.
  565.   * Total rewrite of the block copy/delete.
  566.   * Total rewrite of how the window positions are saved
  567.     they are now saved in the setup file (mymail.set)
  568.   * CTRL+Y now erases one line
  569.   * CTRL+A blockmarks all the text
  570.   * Total rewrite of wordwrap.
  571. - Changes in popup menu for the main window.
  572. - Information located in pgminfo.inf file
  573.   is now moved to the mymail.set file.
  574.   This is done to minimizing the number of files.
  575. - If mymail not finds From: or Reply-To: fileds
  576.   but finds Return-Path:
  577.   it will use this as reply address.
  578. - Assembler fault causing crash fixed.
  579. - Problem with lost path to Signature file fixed.
  580. + Added a button in User & Server settings
  581.   "Only receive mail with this address"
  582.   when this is selected only mail with the address stated 
  583.   in "Mail address" will be received and all other will be skipped.
  584.   This is nice for peoples having many addresses on one account
  585.   but only likes to receive mail addressed to the stated address.
  586. + Added a new button in mail info window "More..."
  587.   this will display the header from the mail
  588.   without any formating.
  589.   The header is stored as a file with the name header.txt
  590. + Added some keyboard shortcuts in the main window.
  591.   CTRL+I  Opens information window for selected mail.
  592.   CTRL+N  Opens a new mail edit window.
  593. + Added timezon settings
  594. + Now date is sent by the mailer
  595. + Now it is possible to mark all mails with a specific subject.
  596.  
  597.  
  598. **** 20.12.1998 **** 
  599.      Rev: 0.75
  600.  
  601. - Iconbar animation/update was not working correctly in rev-0.74
  602.   this is now fixed.
  603. - No termination of mime encoded string was causing randomly
  604.   bad chars in mail sending.
  605. - If an edit window was not opened cause of no more window
  606.   mymail lost it's control over the edit windows.
  607.   This is now fixed.
  608. - Depacking was failed if a mail was recieved with fileattachments
  609.   and the filename was with full path (C:\file.txt)
  610.   I have now added a filter that removes the path.
  611. - Fixed some bugs in filter functions.
  612. - Fixed some bugs fontselection functions.
  613.   * now mymail checks if it is monospaced fonts or not.
  614.   * Selections are saved directly.
  615. - Some bugfixes in the editor
  616.   * Prev next was not working correct
  617.     this is now fixed.
  618.   * Added ability to add and remove fileattachments
  619.     without drag and drop.
  620.   * To, CC and subject field was not working correctly all times
  621.     this is now fixed.
  622.   * Now blockmarks works outside the window borders
  623.     as the text now scrolls when moving mouse pointer outside the 
  624.     text limits.
  625.   * Reverse blockmarking works now.
  626.   * Blockmarking was not working in all fontsizes.
  627.     but now it works.
  628. + Added Reply-to filed in filter 
  629.   this is very usefully for mailing lists.
  630. + Added a new file named help.dat
  631.   this is the help text for bubblegem
  632.   moved out from the rsc file.
  633. + Now it is possible to mark all mails with a specific subject as delete.
  634. + It is now possible to move more than one mail to a folder.
  635.  
  636.  
  637.     
  638.  
  639. **** 21.11.1998 **** 
  640.      Rev: 0.74
  641.  
  642. - Some minor MIME text decoding problems fixed.
  643. + Added save of dead letter.
  644.   Mymail is now saving the mail text if the window is closed by user
  645.   or quit of the program without any sending of the mail.
  646.   The file is named DEAD*.TXT and is randomly numbered from 0-7 
  647.   (dead0.txt to dead7.txt)
  648. - Fixed a bug in mailfrom window causing selection to fail randomly.
  649. - Fixed a bug in icon redraw causing mymail to hang in sigle-TOS.
  650. - Ctrl-V was randomly causing strange result 
  651.   this is now fixed.
  652.  
  653. **** 14.11.1998 **** 
  654.      Rev: 0.73
  655.  
  656. - Fixed problem with editor window placed at upper left corner.
  657. - Fixed some bugs in queued mail causing
  658.   transmit of empty mail randomly.
  659. - Reply problem after stepping with next/prev icons in mail view window fixed.
  660. - Added dialup and send queue if offline.
  661. - Some mailers are sending tabs in the header
  662.   and this was causing bad operations in mymail.
  663.   MyMAIL is now removing this tabs before using the info.
  664. - Some minor MIME text decoding problems fixed.
  665.  
  666.   
  667. **** 08.11.1998 **** 
  668.      Rev: 0.72
  669.      
  670. - Fixed problem with cursor update when using backspace.
  671. - Problem with remove last char in the editors text buffert fixed.
  672. - Some smaller bugfixes in editor.
  673.   * Internal check for lost memory links
  674.     this to prevent total crash if a link is lost.
  675.   * Inprovements in the way left/right key is handled by the program.
  676.   * Moving to next/prev mail after reading the last page
  677.     was causing blank pages in next/prev mail.
  678.     This is now fixed.
  679.   * The edit window is now closed at send of mail
  680.     to prevent close by user actions and lost data.
  681.     If the transmition fails it will be reopen.
  682.     (Tecnicaly MyMAIL will only close the window without releasing any data structures. 
  683.      Only success or useractions will remove all resurces from a window now)
  684.   * Vertical slider is now handled correctly.
  685.   * Problems to delete last line with blockmarks fixed.
  686. - The way reply is handled is changed litle
  687.   to get a more safe hadle of reply address.
  688. - Added a new button "Encode text to mime" in the setup window for sending mail.
  689.   With this selected mymail is encoding some chars to mime
  690.   this will look bad in some mailers as the chars are encoded like this:
  691.   =E5=E4=F6
  692. - A small BASE64 Encoding fault fixed.
  693.  
  694.   
  695.   
  696.   
  697.  
  698. **** 25.10.1998 **** 
  699.      Rev: 0.71
  700.  
  701. - Bug in depacking was randomly cause corrupt data in depacked file.
  702.   This is now fixed.
  703. - Rewrite of the timeout in POP, SMTP and HTTP communication
  704.   to get a litle bit faster code.
  705. - Stack fault was causing strange results at sending of mail.
  706. - Bad initiate of base64 encoding was causing decoding to fail randomly.
  707.   This is now done correctly.
  708. - Bad cursor update at CTRL-left/right arrow is now fixed.
  709. - Too small stack size was causing strange faults.
  710.   this is now incrased.
  711. - If the enviroment variable STINGDIALER is set to the sting dialers full path
  712.   then mymail starts the dialer automatic at timerdial.
  713. - Adding to hotlist was under some filesystems causing hotlist to be erased.
  714.   This is now fixed.
  715.  
  716.  
  717. **** 18.10.1998 **** 
  718.      Rev: 0.70
  719.  
  720. - Fixed problems with decoding of base64 encoded attachmens from SUN mailer.
  721. - It was not possible to close "Edit Address card" cause of bad
  722.   return value for a function.
  723.   This is now done correctly.
  724. - Problem with popup menu opened outside the top of screen is now fixed.
  725. - Added sound functions.
  726.   MyMAIL is NOT doing the playback
  727.   it is only sending a va-start message
  728.   so it works if there is a soundplayer installed correctly
  729.   on the computer.
  730. - New setup added for sound events.
  731.   If gemjing is used do select the button "Use GEMJing"
  732. - Now settings are saved directly at change
  733.   and the save settings icon are removed.
  734. - Rewrite of setting window handler.
  735. - Prev/next buttons in editor caused mymail to crasch
  736.   caused by a NULL pointer.
  737. - Internal ram buffert for clipboard is now dynamicly allocated.
  738. - Fixed problems with mail from outlook express coding filenames i base64
  739.   this filenames are now decoded correctly.
  740.   As usual this is violating the specifications
  741.   so mymail only decode this and will never encode in this format.
  742. - Bug in call to file selector in save mail as text or html
  743.   was randomly causing mymail to crasch.
  744. - One memory release error fixed.
  745. - Now mymail is telling the user the if the mail server refuse to accept
  746.   a mailaddress when sending a mail but not if it is to a mailing list
  747.   where the error addresses is saved in the file FAILED.TXT.
  748.   This is a must cause of some servers checks if it is a "real" address
  749.   by contacting the destination server.
  750.   If the server is down then it is not possible to send mail to that address.
  751.   This is not any fault in mymail this is only a way for providers to protect
  752.   them from being used as "Spam" server.
  753. - A bug in the logging of mail was causing the logg to be closed
  754.   and reopened many times in a mail send and this was slowing down
  755.   the transmit of the mail.
  756. - A small speed optimization is done in the base64(mime) encoding.
  757. - Some spelling errors fixed in dialogs.
  758. - Empty text in mail was some times causing mymail to bomb
  759.   this is now fixed.
  760. - Faulty pointer in "Depack" window was causing problems.
  761.   This is now fixed.
  762. - CTRL-V was causing mymail to hang randomly
  763.   this is now fixed.
  764. - Faster encoding of fileattachments (base64)
  765. - Some times text after links was not displayed
  766.   this is now fixed.
  767. - At export of mail to html format the links inside a mail
  768.   is converted into a selectable link.
  769. - Now the keys Shift-upp arrow/Shift down arrow is now supported by mymail
  770.   to scroll pages up and down.
  771. - Fixed a bug causing problems when there was more mail in a mailbox than mymail could handle.
  772.   The limit was 512 but is now incrased to 1024 but the program do not crash if there is more mail.
  773.  
  774.  
  775. **** 01.10.1998 **** 
  776.      Rev: 0.69
  777.  
  778. - Fixed problems with locked buttons in "Timer dial" window.
  779. - Delete key was not working in object edit fields.
  780. - It is now possible to select next or prev. message
  781.   from a mail read window.
  782. - There is 5 new icons in read mail window.
  783.   Upp arrow icon  - selects prev. mail
  784.   Down arrow icon - selects next mail.
  785.   Info icon       - shows info about the mail. (Mailer, from, to, ....)
  786.   Printer icon    - print the mail 
  787.   Disk icon       - save mail text to file
  788. - Save mail to text file was not working if ram disk was installed
  789.   Now it works with ram disk.
  790. - Fatal error found in address field
  791.   if no alias file existed the field was cleared at enter.
  792.   This is now fixed.
  793. - A small assembler bug fixed in string copy functions.
  794. - Added save mail as html.
  795.   This function is very simple and
  796.   no special chars are converted in this version.
  797.   There is 2 versions.
  798.   * Save mail as HTML     - Saves/converts one selected mail into one file
  799.                             specified by the user.
  800.   * Save all mail as HTML - Saves/concerts all mail into a directory specified by the user
  801.                             mail 1 is converted to file 1.htm
  802.                             mail 2 to 2.htm and so on.....
  803.                             Then there is a file index.htm created
  804.                             with links to all the html-mail files.
  805. - Bugfixes in editor.
  806.   * Randomly was wrong number of chars copy to clipboard
  807.     This is now fixed.
  808.   * Too slow adding of new line.
  809.     this is now done faster.
  810.   * Randomly was bad chars inserted in text when moving cursor with arrow keys.
  811.     This is now fixed.
  812.   * Home key is now working correctly.
  813.   * Ctrl-C, Ctrl-v and Ctrl-x was inserting the control chars in text buffert
  814.     causing strange functionality of the editor.
  815.   * If there was only one cr/lf in text buffert 
  816.     and user pressed Delete key then only the cr char was removed.
  817.     This is now fixed.
  818.   * It was possible to delete chars from empty textbuffert
  819.     this was causing starnge results.
  820.     This is not possible now.
  821.   * Internal fault:
  822.     If block bigger than text buffert was deleted
  823.     then the program crasched.
  824.   * Trying to delete the last char and in text buffert
  825.     and the char is a cr/lf combination only the cr was deleted.
  826.     
  827. - Bugfixes in filter functions.
  828. - Dilaer communication bugfixed.
  829.   KRfree was called randomly with a faulty pointer.
  830. - Added abort function to the dialer function in mymail
  831.   it will only abort mymails communication and will not send any 
  832.   abort messages to the sting/stik dialer.
  833. - Internal buffert for clipboard was too small
  834.   this is now 20K
  835. - Bugfixes in "Receive mail details".
  836.  
  837.   
  838.  
  839. **** 12.09.1998 **** 
  840.      Rev: 0.68
  841.  
  842. - Fixed some problems with queue causing empty mails.
  843. - There is still some problems with qued mail
  844.   but only with Magic.
  845. - Encoding mismatch problems fixed.
  846. - Problems with mail links in editor starting att pos 1 line 1 fixed.
  847. - If a edit window was moved and not redrawn then it was not possible to drag
  848.   a icon from the attachment toolbar.
  849.   This was a calculation fault and is now corrected.
  850. - A bug in user selection was causing mymail to bomb if selecting a 
  851.   user setup and holding down the mousebutton.  
  852.   This is now fixed.
  853. - 2 Assembler functions was faulty.
  854.   This is now fixed.
  855. - 4 C-functions are converted to Assembler to speed up the execution.
  856. - Too small string buffert in a reply function was causing
  857.   some mail to crash mymail.
  858.   This string is now 4 times bigger so there will not be any more problem with this.
  859. - Some bugfixes in editor.
  860.   * Faster update of blockmarking.
  861.   * Fixed problems with incorrect cut & paste.
  862.   * Partly fixed incorrect calculation of blockmarks.
  863. - Leading spaces in Subject: and From: fields in a mail is
  864.   now removed before displaying it.
  865. - Now it is possible to have MyMAIL to "Dial - Check mail - Hangup"
  866.   together with sting and it's dialer.
  867.   The dialer must be active.
  868.   The dialup function is using stings protocoll for dialing
  869.   so it can be used in a network to start dialing on another 
  870.   computer than the computer the program is running on.
  871.   (It is not tested if it works in a network)
  872.   
  873.  
  874.     
  875.  
  876. **** 12.08.1998 **** 
  877.      Rev: 0.67
  878.  
  879. - Fixed more problems with the new window handler causing bombs.
  880.   The most problems was related to MagiC.
  881. - A bug in printout handler fixed.
  882. - Under MiNT the printout is now runing in a thread.
  883. - Line longer than 70 chars in printout are splitted
  884.   into more than one line.
  885. - If the file alias.lst was "0" size the alias edit
  886.   was locked up.
  887.   This problem is now fixed.
  888. - Mail header from for exaple Outlook Express can be encoded with base64
  889.   this is now decoded by mymail.
  890.   Mymail will NOT encode the header in base64
  891.   as this violate the specificatinons saying that it must be readable
  892.   in any mail client without the need to decode.
  893. - Faster startup of the program.
  894. - Many small bugfixes.
  895.  
  896.  
  897.  
  898. **** 29.07.1998 **** 
  899.      Rev: V0.66
  900.  
  901. - Problems with the new window handler was causing bombs
  902.   this problems are now fixed.
  903. - Some problems with cursor in editor window fixed.
  904. - Problems to find web page name at add to CAB hotlist
  905.   partly fixed.
  906. - A encoding fault in the uuencoding is now corrected.
  907. - Added new entry in menu for editing of personal address card.
  908. - Added new windows for editing of personal address card.
  909.   The contants in this window is saved at close of the window.
  910.   If the button "always send this include in new mail" is selected
  911.   the address card is sent in all mail.
  912. - Incomming attachments with the name vcard.vcd is never shown in editor
  913.   it is added to the database named vcard.txt
  914. - If there is no hits at search in the alias database when typing 
  915.   a name instead of a email address mymail continues to search 
  916.   in the addresscard database (vcard.txt)
  917. - MyMAIL is now recognizing if a popserver is locked. 
  918. - Many small bugfixes.
  919.  
  920.  
  921. **** 19.07.1998 **** 
  922.      Rev: V0.65
  923.  
  924. - Many small bugfixes.
  925. - Mail recieve details was not working properly
  926.   this is now fixed.
  927. - A complete new window handler is inplemented in the code
  928.   to eliminate future problems and to handle animations better.
  929.   It gives smaller and faster code and is easyer to maintain for me.
  930. - Faster code for opening of a mail.
  931.  
  932.  
  933. **** 07.07.1998 **** 
  934.      Rev: V0.64
  935.  
  936. - Many small bugfixes.
  937. - Added ability to erase all files in attach folder at program termination.
  938. - Added ability to automaticly erase the oldest files in attach folder at 
  939.   a user defined size limit.
  940. - Incrased the len of edit fields in user settings.
  941. - Added a popup menu in details for incoming mail.
  942.   In this popup menu there is one entry for deleteing mail
  943.   from server, this will delete the mail from server and it can NOT be undone.
  944. - Problem with interrupted transmit of mail with mailing list
  945.   caused by a bad mail address.
  946.   The failed addresses are now saved in a file (failed.txt)
  947.   and the program continues the transmit.
  948. - Version check was failing caused of a change in Tripnets web server.
  949.   This is now fixed.
  950. - System hang at redraw of editing windows fixed.
  951. - Double redraw of the alias editing window is now removed.
  952. - Help window is now not topping wrong window at close.
  953.  
  954.  
  955.  
  956. **** 21.06.1998 **** 
  957.      Rev: V0.63
  958.  
  959. - Now MyMAIL is taking less memory than before.
  960. - Faster include of text in a mail after dropping the file into
  961.   the editing window.
  962. - Wordwraping was incorrectly inserting a space at new line.
  963.   This is now corrected.
  964. - The file mime.set is now controling how mime(base64) mail with
  965.   attachments are sent.
  966. - Litle faster encoding of file attachments.
  967. - Again there has bean problems with Outlook express
  968.   formated mails can send a application/octet-stream without any filename.
  969.   This files are now named msappl0.bin, msappl1.bin, msappl2.bin.... and so on.
  970. - Timer checking of new mail are now done in background if MiNT is installed.
  971. - Checking of new MyMAIL version is now done in background if MiNT is installed.
  972. - A bug causing not released memory after a thread was terminated is now fixed.
  973.  
  974.  
  975. **** 14.06.1998 **** NAS *** 
  976.      Rev: V0.62-04
  977.  
  978. - New version check was opening a window that was not able to close at new version.
  979.   This is now corrected.
  980. - Inbox window is now saved at close of the window and not as before at the move.
  981. - Edit window is now saved at close of the window and not as before at the move or resized.
  982.  
  983.  
  984. **** 13.06.1998 **** NAS ***
  985.      Rev: V0.62-03
  986. - At logg of outgoing mail the index file was not updated
  987.   now this is corrected.
  988. - If folders only are dropped into a editor
  989.   this is NOT included now.
  990.   
  991.  
  992. **** 12.06.1998 **** NAS ***
  993.      Rev: V0.62
  994.  
  995. - A new file added named MIME.SET
  996.   This file is used to control the coding/decoding of file attachments
  997.   but at the moment only depcking is using the file.
  998. - If a mail was recieved with no text body then MyMAIL caused a buserror at opening of the mail.
  999.   This problem is now removed.
  1000. - Now reply will be sent to the "Reply-To" address if any is stated.
  1001. - Added "reply to" settings in user setup.
  1002. - Fixed problem with selection of mail at Hades 060.
  1003. - Fixed some problems (not all) in editor with different fontsizes.
  1004. - Now side scroll in editor works allowing the user to type or view long lines.
  1005. - Moving cursor up and outside the window is now causing a scroll to
  1006.   make the line outside the window visible.
  1007. - Added word wrap at edit if user selects this function in the setup.
  1008. - Many small bugfixes.
  1009. - If MiNT is used and ramdisk (ramfs.xfs) are installed then the mail.tmp
  1010.   file is located in the ramdisk to speedup operations.
  1011.  
  1012.  
  1013. **** 23.05.1998 **** 
  1014.      Rev: V0.61
  1015.  
  1016. - Fixed a fileattachment problem related with mail from MS Outlook Express
  1017.   Outlook express is sometimes sending gif files with no name
  1018.   this files are now named msjunk.gif to be able to decode the file.
  1019. - It is now possible to blockmark a word in the editor by
  1020.   a doubleclick in the word.
  1021. - Some blockmarking problems fixed.
  1022. - When a address and the name together is too long in the To: field
  1023.   the name is removed and only the address is displayed.
  1024. - TAB kay was not working
  1025.   now it works but it will NOT insert a tab
  1026.   it inserts 8 space chars.
  1027. - It is now possible to mark many mail items in the current mailbox
  1028.   by holding down shift when clicking in the mail item.
  1029. - Turning off the animation of iconbar was not saved.
  1030.   This is now fixed.
  1031. - Incorrect bubble help in editor icons are now corrected.
  1032. - Docs are partly updated.
  1033.  
  1034.  
  1035.   
  1036.  
  1037. **** 17.05.1998 **** 
  1038.      Rev: V0.60
  1039.  
  1040. - Fixed problems in editor:
  1041.   * Blinking blockmarks
  1042.   * Cursor redraw
  1043. - Startup crasch problem fixed.
  1044. - ctrl+right (move to end of line)
  1045.   was not working correctly.
  1046.  
  1047.  
  1048.  
  1049. **** 16.05.1998 **** 
  1050.      Rev: V0.59
  1051.  
  1052. - Fixed a fileattachment problem related with mail from MS Outlook Express.
  1053. - The program is now able to look for new versions automaticly
  1054.   so when there is a new version on my homepage the program is
  1055.   telling the user to upgrade.
  1056.   There is also a button in the programinfo for manualy do the check.
  1057.   The check is only able to do when on-line.
  1058. - Bugfixes in the editor.
  1059.   * Blockmarking
  1060.   * Linespace
  1061.   * Lineredraw at editing
  1062. - Some mailers sends html tags like <blink>some text</blink>
  1063.   the <blink> tag is now supported.
  1064.   If you have a slow computer the blink may get
  1065.   you computer feeling slow
  1066.   so there is a selection in the program settings to turn off 
  1067.   the text blinking funktion.
  1068. - Some smaller bugfixes.
  1069.  
  1070.  
  1071. **** 11.05.1998 **** 
  1072.      Rev: V0.58
  1073.  
  1074. - A bug in editor window was randomly causing buserror at opening of a mail.
  1075.   This problem is now fixed.
  1076. - It is now possible to set the font colours and background colour 
  1077.   in the mail edit windows.
  1078. - Intended text in a reply now get other colour than the normal text.
  1079. - Text in editor with other colours than black was redrawn badly
  1080.   at editing of the text, this is now fixed.
  1081.  
  1082.  
  1083.  
  1084. **** 02.05.1998 **** 
  1085.      Rev: V0.57
  1086.  
  1087. - The documentation in html is partly updated.
  1088. - It is now possible to open more than one mailwindow.
  1089.   The only limit is the memory.
  1090. - Now there is progressbar at sending of mail.
  1091. - Incorrect progressbar at retrivement of many small mails are now fixed.
  1092.   The program was counting bytes for server communication.  
  1093. - TT Fastram flags are now set as default.
  1094. - Total rewrite of the function that reads the Subject and From info.
  1095.   This to remove the need of separate files for this.
  1096. - Added a simple print function.
  1097. - It is now possible to trash a mail directly by pressing Delete key.
  1098.   The mail is will be removed from database directly.
  1099. - Text body/files encoded in i.e Eudora was not decoded correctly every time
  1100.   this is now fixed.
  1101.   Example of text:
  1102.   ----------------
  1103.     This is=
  1104.       a test text
  1105.   This text was as original one line so the program has
  1106.   to convert it back to one line.
  1107. - Big rewrite of the function that erases mail from database file.
  1108.   This new version is very fast and stable.
  1109. - Fixed a problem with "NEW" marked mail after delete of other mail.
  1110.   This problem occured only when users had more than 255 mails.
  1111. - If take address was used on a not readed mail the status was changed to readed.
  1112.   This is now corrected to not change the status.
  1113. - It is now possible to create a SMTP debug file to see whats happening
  1114.   if you have any problems.
  1115.   The file is named smtp.log and contains all communication 
  1116.   exchanged by client and server.
  1117.   This debug is slow so don't use it regulary.
  1118. - SMTP Can now handle both HELO and EHLO messages and it tryes to 
  1119.   follow the RFC 1869 SMTP Service extensions.
  1120.   This because there has bean problem with the connection to some servers
  1121.   not supporting the old RFC specifications in a correct way.
  1122.   MyMAIL allso continues to send a mail after recieving incorrect
  1123.   message 250 from server. (354 is correct)
  1124. - Leading spaces in names added to a mailing list automaticly
  1125.   are now removed.
  1126. - Double redraw of mail items removed.
  1127. - 10 Mailboxes are now possible to use and set names to.
  1128. - It is possible to drag a mail to a mailfolder.
  1129. - Filtering function works now.
  1130.  
  1131.  
  1132. **** 11.04.1998 **** 
  1133.      Rev: V0.56
  1134.      
  1135.   WARNING  WARNING  WARNING  WARNING  WARNING  WARNING
  1136.   ///////  ///////  ///////  ///////  ///////  ///////
  1137.   Do a backup of your alias.lst file before starting 
  1138.   this new version of MyMAIL.
  1139.   There is big changes in the code for handling the alias
  1140.   so its possible there is errors in the code.
  1141.  
  1142. - Auto update of mailinglists works correct now.
  1143. - It is now not possible to add more than one copy
  1144.   of a mail address in a maillist.
  1145. - It is now possible to move the cursor in left/right is resource objects.
  1146. - Lots of small bug fixes that are to heavy to describe in this document.
  1147. - At fail/abort of mailrecieve the mailbuffert was not closed correctly.
  1148.   Now the file is closed and terminated correctly and the cause is stated in end of the
  1149.   damaged  mail.
  1150.   The mail is then set to bad (B).
  1151. - Now it is possible to get info about a mail from the inbox window 
  1152.   and a mail by selecting popupmenu by clicking with right button on mouse.
  1153. - Scrolling of text works now at editing.
  1154. - Possible to have more than 10 mail alias from now.
  1155. - Possible to take an address from the inbox window and a mail
  1156.   by selecting popupmenu by clicking with right button on mouse.
  1157.   The program is seting a auto alias if it can
  1158.   or it will insert a blank string.
  1159. - Random hanging at download of mail with file attachments fixed.
  1160. - Fatal error in editor fixed.
  1161. - Folowing key kombinations works from now in the editor:
  1162.   ctrl-c  COPY
  1163.   ctrl-v  PASTE
  1164.   ctrl-x  CUT
  1165. - Fixed a paste bug but the past function is slow
  1166.   this will be fixed later.
  1167. - base64 encoded fileattachments was not depacked into
  1168.   the attach folder.
  1169.   This is now fixed.
  1170. - Fixed problem with signature files
  1171. - It is now possible to drag the signature file into
  1172.   the settings window.
  1173. - Fixed bugs in editors ctrl+v function
  1174.   and it is faster now.
  1175. - Faster internal functions in editor.
  1176. - A ; char at a bad place in the C code was causing
  1177.   continued problems with double Re: in a mail reply.
  1178.   This is now fixed and i hope its final.
  1179. - Missing cause information at programexecution errors
  1180.   when using MiNT is added now.
  1181.  
  1182.   Signals supported:
  1183.    SIGPRIV
  1184.    SIGBUS
  1185.    SIGABRT
  1186.    SIGILL
  1187.    SIGQUIT
  1188.    SIGTRAP
  1189.    SIGKILL
  1190.    SIGINT
  1191.    SIGSEGV
  1192.    SIGTERM
  1193.    SIGCHLD
  1194.    SIGALRM 
  1195.  
  1196. - There is now a need to add a enviroment variable to the system
  1197.   the variable is WWWHOTLIST and it must contain the full path to the www hotlist.
  1198.   For example WWWHOTLIST=c:\cab\hotlist.htm
  1199.   This function is only tested with CAB 2.5
  1200.   so save your hotlist.htm on a safe place before testing.
  1201. - Double click on a attachment was not opened correctly
  1202.   after the move to the attach folder.
  1203.   This problem is now corrected.
  1204. - In editor window the icon for mailing lists had wrong help
  1205.   this is now corrected.
  1206.       
  1207.   
  1208.  
  1209. **** 16.03.1998 **** 
  1210.      Rev: V0.55
  1211. - Added popupmenu for folowing actions:
  1212.   Mark all as read
  1213.   Mark all read as deleted
  1214.   Mark all as deleted
  1215.   Goto next new mail
  1216. - The problem with Double Re: at reply on a reply 
  1217.   was not fixed in prev version but now it works.
  1218. - Added new keyboard functions in the editor
  1219.   SHIFT - RIGHT ARROW    Move cursor to line end
  1220.   SHIFT - LEFT ARROW     Move cursor to line start
  1221.   CTRL  - RIGHT ARROW    Move cursor to next word
  1222.   CTRL  - LEFT ARROW     Move cursor backward to next word
  1223. - Paste function (ctrl-v) now works with more than one line.
  1224.  
  1225.  
  1226.  
  1227. **** 14.03.1998 **** 
  1228.      Rev: V0.54
  1229. - No big changes in the docs for this version
  1230.   only some error codes added.
  1231. - Double Re: at reply on a reply are removed now.
  1232. - All depacking of mail will be done to a folder named attach placed in the program folder.
  1233. - If a mail transaction fails the error code is displayed at foot of inbox.
  1234. - Fixed problems related to some MTAs when sending mail. 
  1235.   (MTA = Mail Transfer Agent)
  1236. - Fixed a problem in the exitor causing 2 bombs.
  1237. - If MiNT is used the erase process of mail are running in a thread from now.
  1238. - Fixed problems with base64 encoding.
  1239. - Faster depacking of base64 and uuencoded fileattachments.
  1240. - Fixed problems with more then one fileattachment from Eudora.
  1241. - Fixed problems with sync of messages at very fast computers (Hades).
  1242. - Fixed a init. problem with AV-server and MagiC
  1243.  
  1244. **** 11.01.1998 **** 
  1245.      Rev: V0.53
  1246.  
  1247. - WM_BOTTOM message support added.
  1248. - It is now able to add a mail to the queue directly.
  1249. - Block marking of text in editor added
  1250.   but not completed.
  1251. - Documentation now supplied in HTML format.
  1252. - Bug fixed in editor causing problems with lost text buffert.
  1253. - Bug fixed in program settings.
  1254. - Added ability to turn off saving of windows positions.
  1255. - Added ability to turn off internal use of BubbleGEM.
  1256. - More BubbleGEM help added.
  1257. - Added ftp linking to ftp sites if a ftp address is stated in the mail. (displayed with green text)
  1258. - Bug in links of mail addresses when viewing a mail with a mail address at the first line.
  1259. - bug fixed in editor,  text file not closed properly after drag & drop into the editor.
  1260.   This was causing problems with locked files and lost pointers.
  1261. - Added support for use with CAB.
  1262.  
  1263.  
  1264. **** 02.01.1998 **** 
  1265.      Rev: V0.51
  1266.      
  1267. - Fixed a bug in mailing list selection .
  1268. - Fixed problem with cursor position in editing windows.
  1269.  
  1270. **** 01.01.1998 **** 
  1271.      Rev: V0.50
  1272.  
  1273. - It is now possible to click on a mail address stated in a mail
  1274.   and write a mail to that address.
  1275. - All this hated mail with HTML code in the mail body
  1276.   will from now be converted to a file temp.htm and 
  1277.   a message is sent with this filename
  1278.   so a web browser can read it directly.
  1279. - Added support for object linking with OLGA
  1280. - HTML style links in mail will be transformed to text only
  1281.   and it's possible to click in the link and move to that page directly.
  1282.   But you have to setup your desktop to understand links.
  1283.   For example in Jinnee you edit your settings for your web browser (cab.app)
  1284.   to accept recieving http://*
  1285. - It is now possible to import a text file containing a mailing list
  1286.   to the program.
  1287. - Fixed some problems with trashed RSC structure of too long strings.
  1288. - It is now possible to move the edit cursor in mail edit window
  1289.   by a mouse click.
  1290. - Fixed filename problem with recieved uuencoded files.
  1291. - Fixed a problem with recieving of more than one file attachment.
  1292. - A signature can now be assigned automaticly to all outgoing mail.
  1293.   The signature can be any plain text file.
  1294.   Setup is done in program setup.
  1295. - It is now possible to setup the program to check for new mail at startup of MyMail.
  1296. - Fixed problem with dragging file attachments to an application on the desktop.
  1297. - Mailing lists will be split if there are more than 100 addresses
  1298.   to enable use of long mailing lists.
  1299. - Problem with no topping of edit window when clicking
  1300.   in fileattachment bar is now fixed.
  1301. - Now the program tries to mount icons associated to the filetype
  1302.   in the file attachment part of windows.
  1303. - It is now possible to double click on recieved file attachments
  1304.   for opening it in for example a text editor.
  1305.   But this require a AV server desktop (Thing, Jinnee...)
  1306.   and a multitasking OS.
  1307. - Fixed problems with sending mail including file attachments
  1308.   to netscape and IE mail clients.
  1309. - Fixed some problems with file attachments recieved from Mac.
  1310. - Total re-write of the way icons are handled in the inbox window.
  1311. - Redraw problem with Magic fixed.
  1312. - Faster depacking of file attachments.
  1313. - Cleanup of some funktions, removing debug code.
  1314.  
  1315.  
  1316. **** 15.12.1997 **** 
  1317.      Rev: V0.47
  1318. - Cc line in new mail now works OK
  1319. - Fixed a problem with recieving mail and not having any prompting
  1320.   activated for mail recieve.
  1321. - Added icons for displaying mail status in inbox window. (only colour icons)
  1322. - Now the total size of the stored mail is displayed at inbox window.
  1323. - Problems with not removed 'D' marks after deleting all 'D' marked mail
  1324.   is now fixed.
  1325.  
  1326.  
  1327. **** 10.12.1997 **** 
  1328.      Rev: V0.46
  1329.  
  1330. - Re-write of timer checking of mail.
  1331.   Default is 30 seconds.
  1332. - When sending more than one fileattachment
  1333.   there was no blank line separating them.
  1334.   This was fooling some mail clients but is now fixed.
  1335. - Fixed some problems with boundarys created by some mail programs.
  1336. - Added a window when depacking file attachments.
  1337.   It is now possible to abort the depacking of file attachments
  1338.   but this will result in an uncomplete file.
  1339. - Some bug fixes in mail edit window.
  1340. - Fixed some problems with the saved window positions.
  1341.  
  1342.  
  1343. **** 02.12.1997 **** 
  1344.      Rev: V0.45
  1345.  
  1346. - Increased stacksize after problem with stack overflow.
  1347.  
  1348.  
  1349. **** 30.11.1997 **** 
  1350.      Rev: V0.44
  1351.  
  1352. - Solved a timeout problem, when connecting to a mailserver for sending
  1353.   a mail the timeout was calculated wrong after the rewrite in V0.40
  1354. - If you are writing a new mail you can top the window by clicking
  1355.   in the "newmail" icon.
  1356. - Fixed a bug in reading of mailsize.
  1357. - Window positions are now saved.
  1358. - Fixed a bug in opening of mail, it was possible to open a "blank" mail
  1359.   position in inbox window  that only showed the previous viewed mail.
  1360. - Fixed problem (bug) with boundary tags and sending attachments to some PC mail clients.
  1361. - Fixed problems with recieve mail and attachments from Outlook Express
  1362. - Now it is possible to see the mail waiting for download from server.
  1363.  
  1364.  
  1365. **** 24.11.1997 **** 
  1366.      Rev: V0.40
  1367.  
  1368. - Fixed problem with no subject on recieved mail.
  1369.   If no subject was stated in a recieved mail
  1370.   the program got confused.
  1371.   But now this is fixed.
  1372. - Added logging of transmitted mail.
  1373.   This is not completed but it's a start.
  1374.   At the moment the logg is stored in logg.txt
  1375.   this may change in future versions.
  1376. - Faster download of new mail
  1377.   (there was a classic "windows" bug called "do nothing loop"
  1378.    that was slowing down the download but this bug is now removed)
  1379. - Solved problems with SMTP and providers using NT server
  1380.   as they don't respond correctly every time so i have to
  1381.   code the program to be more tolerant on nonsense messages
  1382.   from the server.
  1383.   I hope this changes will help all having problems with
  1384.   sending mail.
  1385. - Fixed problem with uuencoded attachments recieved from Newsie.
  1386. - Fixed problems with boundary tags.
  1387.  
  1388.  
  1389.  
  1390. **** 20.11.1997 **** 
  1391.      Rev: V0.39
  1392.  
  1393. - Bugfixes
  1394. - Removed some debugcode.
  1395.  
  1396. **** 19.11.1997 **** 
  1397.      Rev: V0.38
  1398.   
  1399. - New window for editing of mail
  1400. - Now file attachments works.
  1401. - Added support for BubbleGEM
  1402.  
  1403. **** 13.11.1997 **** 
  1404.      Rev: V0.32
  1405.   
  1406. - Fixed redraw problems of inmail window at resize
  1407. - It is now possible to drag an attached file from a mail to a folder.
  1408.  
  1409.  
  1410. **** xx.11.1997 **** 
  1411.      Rev: V0.30
  1412.   
  1413. - Fixed problems whith crashed program
  1414.   when opening a mail with textlines longer than 256 characters.
  1415. - Fixed some window redraw problems.
  1416.  
  1417.  
  1418. **** 07.11.1997 **** 
  1419.      Rev: V0.29 
  1420.   
  1421. - Fixed problems after deleting all mail.
  1422.  
  1423.  
  1424. **** 05.11.1997 **** 
  1425.      Rev: V0.28 
  1426.   
  1427. - New window for viewing mail.
  1428. - History info moved from readme.txt to history.txt file.
  1429. - New mouse forms at mail check/recieve/send.
  1430.  
  1431.  
  1432. **** 03.11.1997 **** 
  1433.      Rev: V0.27
  1434.   
  1435. - Fixed problems with mail with the text line "This is a multi-part message in MIME format."
  1436.   This textline is removed from the mail. (This text is nonsense and of no use)
  1437. - If HTML code is detected there is a 'H' mark before the mail instead of 'N' mark.
  1438. - From now, if no mail is marked for delete the mail delete process is aborted.
  1439. - Bug in indexing of mail after deleting mail is fixed.
  1440. - Removed the debug text file insize.txt
  1441.  
  1442.  
  1443. ********************
  1444.      Rev: V0.26
  1445. - Fixed some problems whith deleting mail.
  1446.   From now the delete of mail is aborted if any error is detected.
  1447.  
  1448.  
  1449. ********************
  1450.      Rev: V0.25
  1451. - Bugfixes
  1452.  
  1453.  
  1454. ********************
  1455.      Rev: V0.24
  1456. - Bugfixes
  1457.  
  1458.  
  1459. ********************
  1460.      Rev: V0.23
  1461. - Fixed deleting mail bug.
  1462.   When deleting one mail it was deleting 2 mail.
  1463.   The mail to delete and the last mail was deleted.
  1464.  
  1465.  
  1466. ********************
  1467.      Rev: V0.22
  1468. - Hanging after deleting all mail fixed again.
  1469.   New code was trying to read 0 bytes from some files
  1470.   and this was hanging the program.
  1471. - Can now read file attachments from Microsoft Outlook Express.
  1472.  
  1473.  
  1474. ********************
  1475.      Rev: V0.21
  1476. - Fixed problem with timer check of mail.
  1477.   This was started again while the mail download was in progress
  1478.   and confused the program.
  1479. - Some window updates is faster now.
  1480. - The inbox window is updated with new mail(s)
  1481.   while mail recieve is in progress.
  1482. - Now alias works in the Cc fields.
  1483. - It is now possible to turn off the prompt for recieving of new mail.
  1484. - Enter opens marked mail in inbox window. 
  1485. - Some small bug fixes.
  1486.  
  1487.  
  1488. ********************
  1489.      Rev: V0.20
  1490. - From now a subject must be stated for sending a mail.
  1491. - Up to 10 alias for mail addresses can be stated in the "Alias" window.
  1492.   To use an alias when writing a mail just type the alias at the To: field
  1493.   and press enter and the mail address will be filled in.
  1494.   Alias will NOT work in mailinglists.
  1495. - Fixed problems with hanging after deleting all mail.
  1496. - Start adding code for selfupdating mailinglists
  1497.   but it's not completed and does not work yet
  1498.   so don't use it.
  1499. - Increased stack size will solve problem with crashes.
  1500.  
  1501.  
  1502. ********************
  1503.      Rev: V0.19
  1504. - Mail file is now not open until there is any mail
  1505.   this will make the mail checking faster.
  1506. - Progressbar for Mail recieving is now able to turn on and off.
  1507. - From now the mailfile will not be checked after a mail check with no mail.
  1508. - Start adding drag & drop protocol but there is no function(s) yet.
  1509. - It was only able to mail 12 lines mail.
  1510.   This limit is now changed to be dynamic from 0 to 100 lines of text.
  1511.   But there is a 12 lines limit in the mail edit window.
  1512.   To get larger mail you have to import a text file.
  1513.  
  1514. 0.18
  1515. - Fixed some problems after depacking base64 packed files.
  1516. - Some small bug fixes.
  1517.  
  1518. V0.17
  1519. - Removed some, for the user, confusing debug messages.
  1520.  
  1521. V0.16
  1522. - Mail transmitting was not terminated correctly in V0.15
  1523.   this is now fixed.
  1524. - Now it is possible to load a textfile into the mail editing window.
  1525.   But the limit is what you see in the window.
  1526. - Can now handle file attachments from winNT Mozilla mailer.
  1527.   Different versions of PC mailers encode the mail different
  1528.   so it is not sure it works with all mail from PC.
  1529.   (Why make it easy ?? PC must stand for ProblemComputer)
  1530.  
  1531. V0.15
  1532. - Progressbar for recieving mail has been improved.
  1533. - Fixed a problem with that the user settings was not saved every time.
  1534. - Two windows had a bad pointer setting, this is now fixed.
  1535.  
  1536. V0.14
  1537. - Mailing lists works now.
  1538. - Timeout problem at Hades computers fixed.
  1539.  
  1540.  
  1541. V0.12
  1542.  
  1543. - A never closed file caused problems with the contents in inbox.
  1544.   This is now fixed.
  1545. - Formatting of a not used string was causing crashes randomly.
  1546.   This is now fixed.
  1547. - Timeout problem at connection to server coused errors when trying to send mail.
  1548.   This is now fixed.
  1549.  
  1550.